Skip to content

Instantly share code, notes, and snippets.

{%comment%}
#############################################
# Mohamed El-Ghorfi Discount Code on Cart #
# [UPDATED] #
#############################################
# Paypal Me: https://paypal.me/elghorfimed #
# Buy Me A Coffee: #
# https://www.buymeacoffee.com/elghorfi #
#############################################
# elghorfi.med@gmail.com #
@0xfauzi
0xfauzi / agents-md-best-descriptions.md
Created October 17, 2025 11:13
Agents.md descriptions

Codex CLI Agents Repository and Workflow – Detailed Plan

Overview and Goals

You propose establishing a dedicated internal GitHub repository to share AGENTS.md files and related documentation for using OpenAI’s Codex CLI within the company. The goal is to standardize how developers leverage Codex by providing:

  • Global Agents workflows: e.g. a two-stage “plan then implement” agent setup.
  • Project-level Agents.md templates: standardized formats for common project types (Python/FastAPI services, Terraform IaC, front-end UI projects, AWS Lambdas, etc.).
  • Usage documentation: a guide on installing and using Codex CLI (with company-specific tips).
  • Integration ideas: potential future integrations (e.g. Slack bots, CI/CD automation) to extend Codex’s usefulness.

Repository Structure and Standardization

  • Repository Scope: This will be an internal GitHub repo (accessible only within the company). We don’t have an existing repo for this, so we’ll create it from scratch. Keeping it internal avoids any confi
@k16shikano
k16shikano / SKILL.md
Last active September 3, 2026 10:46
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。整形(一文一行、引用ブロック、脚注、コラム記法)、段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

整形

@shshemi
shshemi / notebook.ipynb
Last active September 3, 2026 10:42
Solving the knapsack problem using neural networks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

@JLeine
JLeine / github-org-repos-to-csv.sh
Last active September 3, 2026 10:36
Exports all Repositories from a GH Org to a CSV
#!/bin/bash
# Set the name of the organization
org_name=$1
# Generate a timestamp to include in the filename
timestamp=$(date "+%Y%m%d_%H%M%S")
# Define the output filename with the timestamp included
output_filename="repo_list_${org_name}_${timestamp}.csv"

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@XDflight
XDflight / README.md
Last active September 3, 2026 10:34
Remove cache and old extensions under "~/.vscode-server/" on your Linux server

If you often connect to your Linux server using VSCode, the "~/.vscode-server/" folder (and sometimes the ~/.cache/ folder too) can get very large because VSCode:

  1. Does NOT clean its download cache after installing extensions;
  2. Does NOT delete old extensions after updating them;
  3. Does NOT remove old VSCode servers after installing a new version.

If your server storage space is limited, you might consider cleaning "~/.vscode-server/" (and ~/.cache/) regularly using the bash script I wrote. Simply run the following command:

curl -sL https://gist.githubusercontent.com/XDflight/5f3509eb84fc282b88059c909036f5bc/raw/fe2a3e7dab19160c17efc7025d138f5350964c0f/clean_vscode-server.sh | bash -s
@syntax53
syntax53 / added to ntuser.dat - classes.txt
Created November 21, 2021 17:35
Classes section ADDED to default user profile ntuser.dat file after upgrade from 1903 to 21H1
This file has been truncated, but you can view the full file.
[DEFAULT_USER_PROFILE\SOFTWARE\Classes]
[DEFAULT_USER_PROFILE\SOFTWARE\Classes\*]
[DEFAULT_USER_PROFILE\SOFTWARE\Classes\*\shellex]
[DEFAULT_USER_PROFILE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers]